From 8b9b2865638e698e411100181761c9f21bda0a9a Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sat, 7 Nov 2009 02:50:00 +0100 Subject: [PATCH] Exclude compiler-libs for export calculation (Closes: #554871) --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 718648b2..4da0c78c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.11.1-4) unstable; urgency=low + + * Exclude compiler-libs from exported modules (Closes: #554871) + + -- Stéphane Glondu Sat, 07 Nov 2009 02:49:50 +0100 + ocaml (3.11.1-3) unstable; urgency=low [ Mehdi Dogguy ] diff --git a/debian/rules b/debian/rules index 811cd4c1..2694a5c8 100755 --- a/debian/rules +++ b/debian/rules @@ -231,7 +231,7 @@ endif # Create .md5sums files and compute dependencies. Use # $(OCAML_ABI) because we know that OCaml ABI represents # best dependencies for OCaml package. - dh_ocaml \ + dh_ocaml -Xcompiler-libs \ --runtime-map ocaml-nox:ocaml-base-nox,ocaml:ocaml-base,camlp4 \ --checksum $(OCAML_ABI) dh_gencontrol -- 2.30.2